object FSaveBarcode: TFSaveBarcode Left = 300 Top = 200 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Export Barcode Graphic' ClientHeight = 351 ClientWidth = 390 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 8 Top = 272 Width = 43 Height = 14 Caption = '&FileName' FocusControl = eFileName end object GroupBox5: TGroupBox Left = 191 Top = 6 Width = 194 Height = 115 Caption = 'Narrow Bar &Width' TabOrder = 1 object LBarWidth: TLabel Left = 125 Top = 71 Width = 42 Height = 14 Alignment = taCenter Caption = '10.0 mils' end object rbAutoSize: TRadioButton Left = 8 Top = 32 Width = 129 Height = 17 Caption = '&Auto Size (10.0 mils)' Checked = True TabOrder = 0 TabStop = True end object rbCustom: TRadioButton Left = 8 Top = 69 Width = 57 Height = 17 Caption = '&Custom' TabOrder = 1 end object eScale: TEdit Left = 68 Top = 67 Width = 40 Height = 22 TabOrder = 2 Text = '8' OnKeyPress = eScaleKeyPress end object SpinButton1: TSpinButton Left = 108 Top = 68 Width = 15 Height = 19 DownGlyph.Data = { BA000000424DBA00000000000000420000002800000009000000060000000100 1000030000007800000000000000000000000000000000000000007C0000E003 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0000E03DE03DE03D E03D0000E03DE03DE03DE03D0000E03DE03DE03D000000000000E03DE03DE03D 6B00E03DE03D00000000000000000000E03DE03DFA03E03D0000000000000000 000000000000E03D0000E03DE03DE03DE03DE03DE03DE03DE03DE03D0200} TabOrder = 3 UpGlyph.Data = { BA000000424DBA00000000000000420000002800000009000000060000000100 1000030000007800000000000000000000000000000000000000007C0000E003 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0300E03D00000000 00000000000000000000E03D2D02E03DE03D00000000000000000000E03DE03D 0200E03DE03DE03D000000000000E03DE03DE03DCE81E03DE03DE03DE03D0000 E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03DCF81} OnDownClick = SpinButton1DownClick OnUpClick = SpinButton1UpClick end end object GroupBox1: TGroupBox Left = 8 Top = 6 Width = 177 Height = 115 Caption = '&Barcode Scale DPI (Dots Per Inch)' TabOrder = 2 object rbScreenDPI: TRadioButton Left = 8 Top = 19 Width = 89 Height = 17 Caption = '&Screen DPI' Checked = True TabOrder = 0 TabStop = True OnClick = rbScreenDPIClick end object rbPrinterDPI: TRadioButton Left = 8 Top = 51 Width = 161 Height = 17 Caption = '&Printer DPI' TabOrder = 1 OnClick = rbScreenDPIClick end object rbOtherDPI: TRadioButton Left = 8 Top = 83 Width = 49 Height = 17 Caption = '&Other' TabOrder = 2 OnClick = rbScreenDPIClick end object eDPI: TEdit Left = 57 Top = 80 Width = 64 Height = 22 MaxLength = 5 TabOrder = 3 Text = '300' OnChange = rbScreenDPIClick OnKeyPress = eDPIKeyPress end object SpinButton2: TSpinButton Left = 121 Top = 81 Width = 15 Height = 20 DownGlyph.Data = { BA000000424DBA00000000000000420000002800000009000000060000000100 1000030000007800000000000000000000000000000000000000007C0000E003 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0000E03DE03DE03D E03D0000E03DE03DE03DE03D0000E03DE03DE03D000000000000E03DE03DE03D 6B00E03DE03D00000000000000000000E03DE03DFA03E03D0000000000000000 000000000000E03D0000E03DE03DE03DE03DE03DE03DE03DE03DE03D0200} TabOrder = 4 UpGlyph.Data = { BA000000424DBA00000000000000420000002800000009000000060000000100 1000030000007800000000000000000000000000000000000000007C0000E003 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0300E03D00000000 00000000000000000000E03D2D02E03DE03D00000000000000000000E03DE03D 0200E03DE03DE03D000000000000E03DE03DE03DCE81E03DE03DE03DE03D0000 E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03DCF81} OnDownClick = SpinButton2DownClick OnUpClick = SpinButton2UpClick end end object eFileName: TEdit Left = 8 Top = 288 Width = 321 Height = 22 Anchors = [akLeft, akTop, akRight] TabOrder = 3 end object BitBtn1: TBitBtn Left = 328 Top = 288 Width = 58 Height = 23 Anchors = [akTop, akRight] Caption = '&Browse' TabOrder = 4 OnClick = BitBtn1Click end object SaveBtn: TBitBtn Left = 229 Top = 320 Width = 75 Height = 25 Caption = '&Save' Default = True ModalResult = 1 TabOrder = 0 OnClick = SaveBtnClick end object CancelBtn: TBitBtn Left = 309 Top = 320 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 5 end object rgFormat: TRadioGroup Left = 8 Top = 128 Width = 377 Height = 137 Caption = 'Graphic Format' ItemIndex = 0 Items.Strings = ( 'Bitmap' 'JPEG' 'TIFF - Tagged Information File Format' 'WMF - Window'#39's Meta File' 'EMF - Window'#39's Enhanced Meta File') TabOrder = 6 OnClick = rgFormatClick end object SaveDialog1: TSavePictureDialog DefaultExt = 'bmp' FileName = 'barcode' Filter = 'All (*.jpg;*.bmp)|*.jpg;*.bmp|JPEG Image File (*.jpg)|*.jpg|Bitm' + 'aps (*.bmp)|*.bmp' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn, ofEnableSizing] Left = 192 Top = 248 end end